Bandwidth Constructor (String, Int32) |
Initializes a new instance of the Bandwidth class with the specified type and value.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Bandwidth(
string type,
int value
)
Public Sub New (
type As String,
value As Integer
)
Parameters
- type
- Type: SystemString
A string represents bandwidth type. - value
- Type: SystemInt32
A value in kilobits per second.
See Also